
@media only screen and (min-width: 769px){
 
    body{
        font-size: 14px;
        background-color: #ffff;
    }
    
    .slgw-carousel{
        width: 100%;
    }
    
    .slgw-carousel-h5{
        display: none;
    }
    
    .floor{
        min-width: 1200px;
        width: 100%;
    }
    
    .slgw-floor-1{
        background-color: #fff;
    }
    
    .slgw-container{
        width: 1200px;
        margin: 0 auto;
    }
    
    .slgw-sl-pro{
        width: 100%;
        height: 580px;
    }
    
    .slgw-pro-show{
        width: 560px;
        height: 100%;
        background-color: #fff;
    }
    
    .slgw-pro-show>img{
        width: 100%;
        height: 100%;
    }
    
     .slgw-pro-infos{
        height: 100%;
        width: calc(100% - 560px);
        position: relative;
        /* an-后续逻辑修改的 */
        overflow: hidden;
    }
    
    .slgw-pro-ul-titles{
        /* width: 100%;
        margin-left: 50px; */
        /* 上面是之前的代码 */
        margin-left: 50px;
        display: flex;
        list-style: none;
        white-space: nowrap;
        transition: transform 0.5s ease;
    }
    
    .slgw-pro-ul-titles li{
        /* float: left; */
        margin-right: 2px;
        padding-top: 45px;
        line-height: 1;
        cursor: pointer;
        border-top: 4px solid #ffffff;
    }
    
    .slgw-pro-ul-titles li>span{
        display: block;
        padding: 5px 12px;
        font-family: Mont-Book;
        font-size: 14px;
        color: #353948;
        border-radius: 15px;
    }
    
    .slgw-pro-ul-titles li.active>span{
        font-family: Mont-Bold;
        font-weight: bold;
        background-color: #dcdde1;
    }
    
    .slgw-pro-ul-titles li.active{
        border-top-color: #b31715;
    }
    
    .slgw-pro-ul-content{
        margin-top: 60px;
        width: 100%;
        padding: 0 50px;
        position: relative;
    }
    
    .slgw-pro-ul-content > li{
        display: none;
    }
    
    .slgw-pro-ul-content > li.active{
        display: block;
    }
    
    .slgw-pro-c-info{
        height: 340px;
        overflow: hidden;
        text-overflow:ellipsis;
    }
    .slgw-pro-c-title{
        font-size: 26px;
        color: #353948;
        line-height: 60px;
        font-family: Mont-SemiBold;
    }
    .slgw-pro-c-t{
        font-size: 24px;
        color: #353948;
        line-height: 60px;
        font-family: AlibabaPuHuiTi-Medium;
    }
    
    .slgw-pro-c-d{
        font-size: 14px;
        color: #353948;
        line-height: 30px;
        font-family: AlibabaPuHuiTi-Regular;
        text-align: justify;
        height: 150px;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:5; 
    }
    
    .slgw-wj-down{
        position: absolute;
        bottom: 0;
        left: 50px;
    }

    .slgw-floor-2{
        background-color: #f1f1f3;
    }
    
    .slgw-focus{
        width: 100%;
        box-sizing: border-box;
        padding: 60px 40px;
        padding-bottom: 100px;
    }

    .slgw-focus-h5{
        display: none;
    }
    
    .slgw-f-titls li{
        width: 40px;
        height: 40px;
        margin-right: 8px;
        background-color: #bbbcc4;
        float: left;
        background-position: center center;
        background-repeat: no-repeat;
        position: relative;
        background-size: 32px 32px;
    }
    
    .slgw-f-i1{
        background-image: url(../svg/core1.svg);
    }
    
    .slgw-f-i2{
        background-image: url(../svg/core2.svg);
    }
    
    .slgw-f-i3{
        background-image: url(../svg/core3.svg);
    }
    
    .slgw-f-i4{
        background-image: url(../svg/core4.svg);
    }
    
    .slgw-f-titls{
       margin-bottom: 70px;
    }
    
    .slgw-f-titls li.active{
        background-color: #353948;
    }
    
    .slgw-f-titls li.active:after{
       display: block;
       content: '';
       width: 0;
       height: 0;
       border: 8px solid transparent;
       border-top: 8px solid #353948;
       position: absolute;
       top: 100%;
       left: 50%;
       margin-left: -8px;
    }
    
    .slgw-f-content>li{
        display: none;
    }
    
    .slgw-f-content>li.active{
        display: block;
    }
    
    .slgw-f-t{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 26px;
        color: #353948;
        margin-bottom: 35px;
    }
    
    .slgw-f-d{
        font-family: AlibabaPuHuiTi-Regular;
        color: #353948;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
        height: 90px;
        display:-webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient:vertical; 
        -webkit-line-clamp:7;
    }
    
    .slgw-floor-3{
        background-color: #dbdce0;
    }

    .slgw-solve-container-h5{
        display: none;
    }
    
    .slgw-solve-container , .slgw-solve-ul{
        width: 100%;
    }
    
    .slgw-s-li{
        width: 100%;
        height: 290px;
        cursor: pointer;
    }
    
    .slgw-s-img{
        width: 50%;
        height: 100%;
        overflow: hidden;
    }
    
    .slgw-s-img>img{
        width: 100%;
        height: 100%;
        transition: all 400ms cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    }

    .slgw-s-li:hover .slgw-s-img>img{
        transform: scale(1.05);
    }

    .slgw-s-info{
        width: 50%;
        height: 100%;
        background-color: #fff;
        position: relative;
        padding: 50px 40px;
        color: #353948;
    }
    
    .slgw-s-info-t{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    
    .slgw-s-info-d{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }
    
    .slgw-s-arrow-left{
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-right: 10px solid #fff;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: -20px;
    }
    
    
    .slgw-s-arrow-right{
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left: 10px solid #fff;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: -20px;
    }
    
    
    
    .slgw-a-href{
        display: block;
        width: 40px;
        height: 40px;
        background-position:center center;
        background-repeat: no-repeat;
        background-size: 11px 22px;
        background-image: url(../svg/index_solve_arrow.svg);
        position: absolute;
        bottom: 40px;
        background-color: #DCDDE1;
    }
    
    .slgw-a-href-l{
        left: 40px;
    }
    
    .slgw-a-href-r{
        right: 40px;
    }
    
    
    .slgw-floor-4{
        background-color: #f1f1f3;
        padding: 80px 0;
    }
    
    .slgw-news-container{
        width: 100%;
        height: 600px;
    }
    
    .slgw-news-container>div{
        width: 50%;
        height: 100%;
    }
    
    .slgw-news-main{
        background-color: #fff;
        width: 560px;
        height: 100%;
        padding: 40px;
        position: relative;
        cursor: pointer;
    }
    
    .slgw-n-t{
        width: 100%;
        height: 30px;
        font-size: 22px;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: AlibabaPuHuiTi-Medium;
        margin-bottom: 20px;
    }
    .slgw-n-t-b{
        font-size: 22px;
        font-family: AlibabaPuHuiTi-Bold;
        color: #353948;
    }
    .slgw-n-d{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 14px;
        height: 140px;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 25px;
        padding-bottom: 10px;
        text-align: justify;
    }
    
    
    .slgw-n-img{
        width: 100%;
        height: 260px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    
    
    .slgw-n-img>img{
        width: 100%;
    }
    
    .slgw-n-bt{
        width: 100%;
        position: absolute;
        bottom: 40px;
        left: 0;
        padding: 0 40px;
    }
    
    .slgw-n-rd{
        font-size: 14px;
        padding: 8px 16px;
        border-radius: 16px;
        background-color: #bbbcc4;
        color: #fff;
        text-align: center;
        font-family: AlibabaPuHuiTi-Regular;
    }
    


    .slgw-n-date{
        font-family: Mont-Light;
        font-size: 28px;
        color: #616166;
    }
    
    .slgw-new-ul{
        width: 560px;
        height: 100%;
    }
    
    .slgw-new-ul>li{
        width: 100%;
        height: 25%;
        padding: 40px;
        position: relative;
    }
    
    
    .slgw-new-ul>li.active{
        background-color: #fff;
    }
    
    .slgw-new-ul>li.active .slgw-n-btm{
        border-color: #fff;
    }
    
    .slgw-new-ul>li .slgw-n-btm{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        border: 2px solid #dadbdf;
        border-top: none;
    }
    
    
    .slgw-n-li>a{
    
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        cursor: pointer;
    
    }
    
    .slgw-n-li-t{
        width: 340px;
        font-family: AlibabaPuHuiTi-Medium;
        color: #353948;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    
    }
    
    .slgw-n-li-t1{
        overflow: hidden;
        white-space : nowrap ;
        text-overflow: ellipsis;
        font-size: 22px;
        height: 30px;
        line-height: 30px;
    }
    
    .slgw-n-li-t2{
        font-family: Mont-Regular;
        font-size: 14px;
        overflow: hidden;
        white-space : nowrap ;
        text-overflow: ellipsis;
        height: 20px;
        line-height: 20px;
    }
    
    
    .slgw-n-li-l{
        height: 100%;
        width: 1px;
        background-color: #ced0d5;
        margin: 0 10px;
    }
    
    .slgw-n-li-date{
        width: 70px;
    }
    
    
    .slgw-n-date-t{
        text-align: center;
        font-family: Mont-Light;
        font-size: 28px;
        color: #616166;
        margin-bottom: 18px;
    }
    
    .slgw-n-arrow-right {
        width: 64px;
        height: 10px;
        position: relative;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(../svg/index-new-arrow.svg);
    }
    
    .slgw-sl-pro-h5{
        display: none;
    }

}
/* ------------------------ h5 --------------------  */




/* h5 */

@media only screen and (max-width: 768px){
        
    body{
        background-color: #ffff;
    }
    
    .slgw-carousel{
        width: 100%;
        height: 8rem;
        overflow: hidden;
        margin: 0 auto;  
    }

    .index-tip{
        width: 100%;
        position: absolute;
        top: 0.9rem;
        left: 0;
        text-align: center;
    }

    .index-tip1{
        font-family: Mont-SemiBold;
        color: #e7e9ec;
        font-size: 0.5rem;
        margin-bottom: 0.35rem;
    }

    .index-tip2{
        color: #babbc4;
        font-size: 0.26rem;
        font-family: AlibabaPuHuiTi-Light;
    }

    .floor{
        width: 100%;
    }

    .slgw-floor-1{
        background-color: #fff;
    }

    .slgw-container{
        width: 100%;
        overflow: hidden;
    }

    .slgw-sl-pro-pc{
        display: none;
    }

    .slgw-sl-pro-h5{
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
    }
    
    .slgw-sl-pro-h5 .swiper-container-pro{
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .slgw-sl-pro-h5 .slgw-pro-c-info{
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0 0.6rem;
        padding-top: 1.6rem;
        padding-bottom: 0.8rem;
    }

    /* h5 上面 */
    .slgw-sl-pro-h5 .slgw-pro-c-t2{ 
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.4rem;
        color: #343949;
        margin-bottom: 0.4rem;
    }

    /* h5 下层 */
    .slgw-sl-pro-h5 .slgw-pro-c-t{
        font-family: Mont-SemiBold;
        font-size: 0.4rem;
        color: #343949;
        margin-bottom: 0.65rem;
    }

    .slgw-sl-pro-h5 .slgw-pro-c-d{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 0.26rem;
        color: #343949;
        line-height: 0.46rem;
        margin-bottom: 0.75rem;
        /* height: 3.12rem; */
        /* display:-webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient:vertical; 
        -webkit-line-clamp:7; */
    }

    .slgw-sl-pro-h5 .slgw-pro-show{
        width: 100%;
        height: 3rem;
        border-radius: 0.15rem;
        overflow: hidden;
        margin-bottom: 0.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slgw-sl-pro-h5 .slgw-pro-show>img{
        width: 100%;
    }

    .slgw-sl-pro-h5 .floor1-swiper-pagination{
        position: absolute;
        top: 0.8rem;
        left: 0.6rem;
        line-height: 0;
        height: 0;
        font-size: 0;
    }

    .slgw-sl-pro-h5 .floor1-swiper-pagination-bullet{
        display: inline-block;
        width: 0.9rem;
        height: 0.04rem;
        border-radius: 0.02rem;
        margin-right: 0.18rem;
        background-color: #f0f0f2;
        line-height: 0;
    }

    .slgw-sl-pro-h5 .floor1-bullet-active{
        background-color: #e8000b;
    }

    .slgw-floor-2{
        background-color: #f1f1f3;
    }

    .slgw-focus{
        width: 100%;
        box-sizing: border-box;
    }

    .slgw-focus-swiper-container{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .slgw-focus-pc{
        display: none;
    }

    .floor2-swiper-pagination .floor2-swiper-pagination-bullet:first-child{
        background-image: url(../svg/core1.svg);
    }
    .floor2-swiper-pagination .floor2-swiper-pagination-bullet:nth-child(2){
        background-image: url(../svg/core2.svg);
    }
    .floor2-swiper-pagination .floor2-swiper-pagination-bullet:nth-child(3){
        background-image: url(../svg/core3.svg);
    }
    .floor2-swiper-pagination .floor2-swiper-pagination-bullet:nth-child(4){
        background-image: url(../svg/core4.svg);
    }

    .slgw-focus-h5 .floor2-swiper-pagination{
        position: absolute;
        top: 1rem;
        left: 0.6rem;
        line-height: 0;
        height: 0;
        font-size: 0;
    }

    .slgw-focus-h5 .floor2-swiper-pagination-bullet{
        display: inline-block;
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.14rem;
        line-height: 0;
        position: relative;
        background-color: #BABBC4;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .slgw-focus-h5 .floor2-bullet-active{
        background-color: #353948;
    }

    .slgw-focus-h5 .floor2-bullet-active:after{
        display: block;
        content: '';
        width: 0;
        height: 0;
        border: 0.2rem solid transparent;
        border-top: 0.2rem solid #353948;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -0.2rem;
        margin-top: -0.1rem;
    }

    .slgw-f-content{
        padding-top: 2.6rem;
    }

    .slgw-f-content>li{
        width: 100%;
        height: 100%;
        padding: 0 0.6rem;
    }

    .slgw-f-t{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.4rem;
        line-height: 1.35;
        color: #353948;
        margin-bottom: 0.50rem;
        max-height: 1.1rem;

        display:-webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient:vertical; 
        -webkit-line-clamp:2;
    }

    .slgw-f-d{
        font-family: AlibabaPuHuiTi-Regular;
        color: #353948;
        font-size: 0.26rem;
        line-height: 0.46rem;
        text-align: justify;
        max-height: 5.5rem;
        padding-bottom: 1rem;

        display:-webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient:vertical; 
        -webkit-line-clamp:11;
    }

    .slgw-floor-3{
        background-color: #dadbdf;
    }

    .slgw-solve-container{
        width: 100%;
        padding: 1rem 0;
        height: 8rem;
    }

    .slgw-solve-container-pc{
        display: none;
    }

    .slgw-solve-swiper{
        position: relative;
        width: 100%;
        height: 100%;
    }


    .slgw-s-li{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        border-radius: 0.2rem;
        overflow: hidden;
    }
    .slgw-s-img{
        width: 100%;
        height: 50%;
        float: none;
        overflow: hidden;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slgw-s-img>img{
        /* width: 100%; */
        height: 100%;
    }


    .slgw-s-info{
        width: 100%;
        height: 50%;
        background-color: #fff;
        position: relative;
        padding: 0.5rem 0.4rem;
        padding-bottom: 0.1rem;
        color: #353948;
        float: none;
        order: 2;
    }

    .slgw-s-info-t{
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.4rem;
        line-height: 0.55rem;
        margin-bottom: 0.35rem;
    }

    .slgw-s-info-d{
        font-family: AlibabaPuHuiTi-Regular;
        font-size: 0.26rem;
        line-height: 0.46rem;
        height: 0.46rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .slgw-a-href{
        display: block;
        background-image: url(../image/index/ashref2.png);
        width: 0.4rem;
        height: 0.4rem;
        background-position: -1px center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        position: absolute;
        top : -0.4rem;
        right: 0;
    }

    .slgw-floor-4{
        background-color: #f1f1f3;
        padding: 0.8rem 0.6rem;
    }

    .slgw-news-container{
        width: 100%;
    }

    .slgw-news-container>div{
        width: 100%;
        height: 100%;
    }

    .slgw-news-main{
        background-color: #fff;
        width: 100%;
        padding: 0.6rem 0.4rem;
        position: relative;
        border-radius: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .slgw-n-t{
        width: 100%;
        font-size: 0.3rem;
        line-height: 0.52rem;
        font-family: AlibabaPuHuiTi-Medium;
        margin-bottom: 0.6rem;
        min-height: 1rem;
    }

    .slgw-n-d{
        display: none;
    }


    .slgw-n-img{
        width: 100%;
        height: 2.6rem;
        border-radius: 0.2rem;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .slgw-n-img>img{
        width: 100%;
    }

    .slgw-n-bt{
        width: 100%;
        margin-top: 0.6rem;
    }

    .slgw-n-rd{
        width: 2.3rem;
        height: 0.6rem;
        line-height: 0.6rem;
        border-radius: 0.3rem;
        background-color: #bbbcc4;
        color: #fff;
        text-align: center;
        font-size: 0.3rem;
        font-family: AlibabaPuHuiTi-Regular;
    }


    .slgw-n-date{
        font-family: Mont-Light;
        font-size: 0.4rem;
        color: #616166;
        line-height: 0.6rem;
    }

    .slgw-new-ul{
        width: 100%;
        height: 100%;
        background-color: #fff;
        border-radius: 0.2rem;
        padding: 0.2rem 0.4rem;
    }

    .slgw-new-ul>li{
        width: 100%;
        height: 2.29rem;
        position: relative;
        padding: 0.6rem 0;
    }


    .slgw-new-ul>li .slgw-n-btm{
        width: 100%;
        border-bottom: 1px solid #f2f2f3;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .slgw-new-ul>li:last-child>.slgw-n-btm{
        display: none;
    }


    .slgw-n-li>a{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }

    .slgw-n-li-t{
        width: 100%;
        font-family: AlibabaPuHuiTi-Medium;
        font-size: 0.3rem;
        color: #343949;
    }

    .slgw-n-li-t1{
        height: 0.4rem;
        line-height: 0.4rem;
        overflow: hidden;
        white-space : nowrap ;
        text-overflow: ellipsis;
    }

    .slgw-n-li-t2{
        font-family: Mont-Regular;
        font-size: 0.14rem;
        height: 0.2rem;
        line-height: 0.2rem;
        overflow: hidden;
        white-space : nowrap ;
        text-overflow: ellipsis;
        display: none;
    }


    .slgw-n-li-l{
        height: 100%;
        width: 1px;
        background-color: #ced0d5;
        margin: 0 10px;
        display: none;
    }

    .slgw-n-li-date{
        margin-top: 0.4rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .slgw-n-date-t{
        text-align: center;
        font-family: Mont-Light;
        font-size: 0.4rem;
        color: #616166;
    }

    .slgw-n-arrow-right{
        width: 1rem;
        height: 0.2rem;
        position: relative;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-image: url(../svg/index-new-arrow.svg);
    }

}



.scrollbar::-webkit-scrollbar {
    display: none;
  }


/* .scrollbar::-webkit-scrollbar {
    width: 3px;
    height: 6px;
    background-color: rgba(110,110,110,0.3);
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(110,110,110,0.3);
    border-radius: 3px;
}
.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(110,110,110,0.3);
    background-color: #fff;
} */

